Mention gtk_widget_get_surface in the migration guide
authorMatthias Clasen <mclasen@redhat.com>
Mon, 20 May 2019 03:22:28 +0000 (03:22 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 28 May 2019 20:25:16 +0000 (20:25 +0000)
docs/reference/gtk/migrating-3to4.xml

index b697dfb2d9c5402dd37a00aa6239e12a6522572f..1db310271aad28ba219a8679f8c3b37f37011eeb 100644 (file)
         gtk-builder-tool can assist with the rename in ui files.
       </para>
     </section>
+
+    <section>
+      <title>gtk_widget_get_surface has been removed</title>
+      <para>
+        gtk_widget_get_surface() has been removed.
+        Use gtk_native_get_surface() in combination with
+        gtk_widget_get_native() instead.
+      </para>
+    </section>
   </section>
 
 </chapter>